Airship Android SDK
Toggle table of contents
debug
Target filter
debug
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-automation
/
com.urbanairship.automation.storage
/
[debug]AutomationDao_Impl
Automation
Dao_
Impl
debug
@
Generated
(
value
=
[
"androidx.room.RoomProcessor"
]
)
class
AutomationDao_Impl
(
__db
:
RoomDatabase
)
:
<ERROR CLASS> ERROR CLASS: Symbol not found for AutomationDao
Members
Constructors
Automation
Dao_
Impl
Link copied to clipboard
debug
constructor
(
__db
:
RoomDatabase
)
Types
Companion
Link copied to clipboard
debug
object
Companion
Functions
delete
Link copied to clipboard
debug
open
override
fun
delete
(
entity
:
ERROR CLASS: Symbol not found for ScheduleEntity
)
get
Schedules
Link copied to clipboard
debug
open
override
fun
getSchedules
(
)
:
List
<
ERROR CLASS: Symbol not found for FullSchedule
>
insert
Link copied to clipboard
debug
open
override
fun
insert
(
entries
:
Collection
<
ERROR CLASS: Symbol not found for FullSchedule
>
)
open
override
fun
insert
(
entity
:
ERROR CLASS: Symbol not found for ScheduleEntity
,
entities
:
List
<
ERROR CLASS: Symbol not found for TriggerEntity
>
)